Missing Method in ProductsController
Error: The action link liên kết is not defined in controller ProductsController
Error: Create ProductsController::link liên kết() in file: m/controllers/products_controller.php.
<?php
class ProductsController extends AppController {
var $name = 'Products';
function link liên kết() {
}
}
?>
Notice: If you want to customize this error message, create m/views/errors/missing_action.ctp
